-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement basic functionality of OFREP provider #88
feat: implement basic functionality of OFREP provider #88
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #88 +/- ##
==========================================
+ Coverage 90.55% 92.45% +1.90%
==========================================
Files 8 12 +4
Lines 180 464 +284
==========================================
+ Hits 163 429 +266
- Misses 17 35 +18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Federico Bond <federicobond@gmail.com>
1ca6a60
to
a9c96f2
Compare
Signed-off-by: Federico Bond <federicobond@gmail.com>
9b41a80
to
535fd27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me and feels the same as for JS.
I left one question regarding validation of evaluation results.
providers/openfeature-provider-ofrep/src/openfeature/contrib/provider/ofrep/__init__.py
Show resolved
Hide resolved
providers/openfeature-provider-ofrep/src/openfeature/contrib/provider/ofrep/__init__.py
Outdated
Show resolved
Hide resolved
providers/openfeature-provider-ofrep/src/openfeature/contrib/provider/ofrep/__init__.py
Show resolved
Hide resolved
Good start 🙌 My main concern is this |
Signed-off-by: gruebel <anton.gruebel@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice job technically, just added some small suggestions
providers/openfeature-provider-ofrep/src/openfeature/contrib/provider/ofrep/__init__.py
Outdated
Show resolved
Hide resolved
providers/openfeature-provider-ofrep/src/openfeature/contrib/provider/ofrep/__init__.py
Show resolved
Hide resolved
Signed-off-by: Federico Bond <federicobond@gmail.com>
Signed-off-by: Federico Bond <federicobond@gmail.com>
…EPProvider Signed-off-by: Federico Bond <federicobond@gmail.com>
b9eec89
to
b7b5e27
Compare
Hey @open-feature/sdk-python-maintainers, what is missing from your side, especially @federicobond to get this released? |
@lukas-reining, I think it's worth getting this out there. I'll merge when the CI passes. Thanks for kicking this off, @federicobond, and sorry for the delay. |
No description provided.